home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / games / mad115.zip / LANGUAGE.BOI < prev    next >
Text File  |  1992-07-03  |  3KB  |  69 lines

  1. This document is effective 7/5/92
  2. LANGUAGE
  3.  
  4.  
  5.                  BBS Onliner Interface  version 1.30
  6.                Copyright (C) 1990, 1992 Andrew J. Mead
  7.                          All Rights Reserved.
  8.  
  9.                   Contact:
  10.                        Andrew J. Mead
  11.                        POB 1155
  12.                        Chapel Hill, NC 27514-1155.
  13.                                    or
  14.        1@9952 WWIVnet   1002:735/417 HomeBoyNet   1@9395 VirtualNet
  15.        1:3641/417 FidoNet   75:7919/417 DoorNet   30:507/4 USPolNet
  16.  
  17.                                   ----
  18.  
  19.      I am working towards removing all text language from the game
  20.      executables.  The first part of this attempt has been the removal
  21.      of the instruction or information texts (most notabley the *.INS
  22.      files).  Hopefully future versions will also come with a compiled
  23.      language file (compiler will be provided) that includes every
  24.      piece of text used by the game.  This will allow for foreign
  25.      language, multilingual, or even personalized (ie TrekSpeak) versions
  26.      of the games to be available.  If you translate any of the texts,
  27.      please let me know.  What follows is a description of the text
  28.      files used by the doors.
  29.  
  30.                                   ----
  31.  
  32.      The first seven (7) characters of every line are control characters.
  33.      The rest of the line is text to be displayed.
  34.  
  35.      column  values  meaning
  36.        1
  37.                +     send carriage return/line feed after sending text
  38.                -     do not send CR/LF after sending text
  39.                WF    Window/Full Screen (other values not yet defined)
  40.                C     Clear Screen
  41.                B     Page Break/Wait for user input to continue
  42.                E     End of Text/Wait for user input to return to door
  43.                ;     Comment/line is ignored
  44.              (other) Undefined/line is ignored
  45.        2             blank
  46.        3      0..7   Background color (see chart below)
  47.        4      0..F   Text color for color modes (see chart below)
  48.        5       0     Reserved
  49.        6      0..F   Text color for monochrome modes (see chart below)
  50.        7             blank
  51.  
  52.        dark colors    light colors
  53.        0 Black        8 DarkGray
  54.        1 Blue         9 LightBlue    (underlined in monochrome modes)
  55.        2 Green        A LightGreen
  56.        3 Cyan         B LightCyan
  57.        4 Red          C LightRed
  58.        5 Magenta      D LightMagenta
  59.        6 Brown        E Yellow
  60.        7 LightGray    F White
  61.  
  62.  
  63.                          BBS Onliner Interface
  64.      Copyright (C) 1990, 1992 Andrew J. Mead - All Rights Reserved.
  65.               The Mad Programmer - Brown & Mead Consulting
  66.                   POB 1155 Chapel Hill, NC 27514-1155
  67.  
  68. END LANGUAGE.DOC
  69.